home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / bananamonkey.swf / scripts / frame_16 / PlaceObject2_160_24 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2006-06-19  |  205 b   |  12 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.monkey))
  3.    {
  4.       if(pl == 1)
  5.       {
  6.          _root.monkey.gotoAndStop(5);
  7.          _root.monkey.waking = 0;
  8.          pl = 0;
  9.       }
  10.    }
  11. }
  12.